@charset "UTF-8";
/* CSS Document */
/*Contenedor*/
.container-fluid.Zone_additional_features{
	clear: none;
	display: block;
	height: 42px;
	background: rgba(219,2,9,1);
	background: -moz-linear-gradient(top, rgba(219,2,9,1) 0%, rgba(171,31,36,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,2,9,1)), color-stop(100%, rgba(171,31,36,1)));
	background: -webkit-linear-gradient(top, rgba(219,2,9,1) 0%, rgba(171,31,36,1) 100%);
	background: -o-linear-gradient(top, rgba(219,2,9,1) 0%, rgba(171,31,36,1) 100%);
	background: -ms-linear-gradient(top, rgba(219,2,9,1) 0%, rgba(171,31,36,1) 100%);
	background: linear-gradient(to bottom, rgba(219,2,9,1) 0%, rgba(171,31,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0209', endColorstr='#ab1f24', GradientType=0 );
	border-bottom: 2px solid #f48029;
	
}
.Container_languageOthers{
    width: 100%;
	margin: 0;
}
.Zone-RdSoc{
	clear: none;
	display: block;
	float: left;
	width: 25%;
	height: 39px;
	margin-top: 0px;
	padding: 2px 0px;
}
.title{
	color:#FFF;
	font-size: 1rem;
	text-align: left;
}
.Zone-RdSoc ul{	
	clear: none;
	display: inline-block;
	float: none;
	width: auto;;
	height: auto;
	list-style-type: none;
	padding: 2px 0px;
	margin: 0px;
}
.Zone-RdSoc ul li{	
	clear: none;
	display: inline;
	margin: 0;
	padding: 0 0 0 6px;
}
.Zone-RdSoc ul li a{	
	color:#FFF;
	font-size: 22px;
	text-decoration: underline;
	outline: 0;
}

.Zone-RdSoc ul li a.rds-face:hover, .Zone-RdSoc ul li a.rds-face:focus{	
	color:#2f70de;
	font-size: 22px;
	text-decoration: underline;
	outline: 0;
}
.Zone-RdSoc ul li a.rds-twitter:hover, .Zone-RdSoc ul li a.rds-twitter:focus{	
	color:#1da1f2;
	font-size: 22px;
	text-decoration: underline;
	outline: 0;
}
.Zone-RdSoc ul li a:active{	
	color:#fff;
	font-size: 22px;
	text-decoration: underline;
	outline: 0;
}
.Zone-Others{
	clear: none;
	display: block;
	float: right;
	width: 50%;
	height: 39px;
	margin-top: 0;
	padding: 1px 0px 0px;
}
.Zone-Others .container_language{
	clear: none;
	display: block;
	float: right;
	width: auto;;
	height: auto;
	margin-right: 0%;
	padding: 0px 0 0;
}
.Zone-Others .container_language .btn-language {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.Zone-Others .container_language .btn-language:hover {
    color: #fff;
    background-color: rgba(244,128,45,0.6);
    border-color: transparent;
	border-radius: 0px;
	
}
.Zone-Others .container_language .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.Zone-Others .container_mail{
	clear: none;
	display: block;
	float: right;
	width: auto;;
	height: auto;
	margin-right: 4%;
	padding: 0.46rem 0rem;
}
.Zone-Others .container_help{
	clear: none;
	display: block;
	float: right;
	width: auto;;
	height: auto;
	margin-right: 0%;
	padding: 0.46rem 0rem;
}
.Zone-Others .container_faq{
	clear: none;
	display: block;
	float: right;
	width: auto;;
	height: auto;
	margin-right: 0%;
	padding: 0.46rem .2rem;
}
.Zone-Others .container_mail a, .Zone-Others .container_help a, .Zone-Others .container_faq a{
	color:#FFF;
	text-decoration: none;
	outline: 0;
	background-color: transparent;
	padding: 0.55rem 0.85rem;
	height: 3	8px
}
.Zone-Others .container_mail a:hover, Zone-Others .container_mail a:focus, .Zone-Others .container_help a:hover, .Zone-Others .container_help a:focus, .Zone-Others .container_faq a:hover, .Zone-Others .container_faq a:focus{
	color:#FFF;
	text-decoration: none;
    background-color: rgba(244,128,45,0.6);
	padding: 0.55rem 0.85rem;
	height: 39px
}
.Zone-Others .container_mail i, .Zone-Others .container_help i, .Zone-Others .container_faq i{
	font-size: 20px;
	padding-left: 3px;
}
/*Estilos para todo el head, zona donde se ubica el logo y especificación del sistema*/
.container.Zone_Head{
	
}
.ZoneControl-Head{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 0px;
	background: url("../images/back_head.png") no-repeat top right;
	background-color: transparent;
	border-bottom: 1px solid #f48029;
	height: 181px;
}
.ZoneControl-Head .Zone_logoLeft{
	clear: none;
	display: blocK;
	float: left;
	width: 30%;
	height: auto;
	margin: 3.5% 0% 0px 0px;
}
.ZoneControl-Head .Zone_logoLeft img{
	display: block;
	max-height: 110px;
	max-width: 100%;
	width: auto;
	height: auto;
}
.ZoneControl-Head .Zone_tit_right{
	clear: none;
	display: block;
	float: right;
	width: 12%;
	height: auto;
	margin: 0% 0% 0px 0px;
}
.ZoneControl-Head .Zone_tit_right img{
	display: block;
	max-height: 120px;
	max-width: 100%;
	width: auto;
	height: auto;
}
/*Cambios para el menú de colores*/
.bg-gray{
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
}

.navbar-dark .navbar-nav .active > .nav-link{
	color:#333;
	text-transform: uppercase;
	font-size: .9rem;
	outline: 0;
}
.navbar-dark .navbar-nav .nav-link {
    color: #aa2024;
	text-transform: uppercase;
	font-size: .9rem;
	outline: 0;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #333;
	outline: 0;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #333;
}
/*Cuando abre el submenú*/
.dropdown-item {
    font-weight: normal;
    color: #aa2024;
    text-transform: uppercase;
    font-size: .85rem;
}
/*Para poder centrar el menú superior*/
.navbar-nav {

    margin: 0 auto;
}
/*Estilo para cambiar el color del menú hamburguesa icono*/
.container.menu_sup nav{
	margin-top:1px;
	border-top: 1px solid #aa2014;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(170, 32, 36, 1) !important' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler {
    
	background: rgba(219,2,9,1);
	background: -moz-linear-gradient(top, rgba(219,2,9,1) 0%, rgba(171,31,36,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,2,9,1)), color-stop(100%, rgba(171,31,36,1)));
	background: -webkit-linear-gradient(top, rgba(219,2,9,1) 0%, rgba(171,31,36,1) 100%);
	background: -o-linear-gradient(top, rgba(219,2,9,1) 0%, rgba(171,31,36,1) 100%);
	background: -ms-linear-gradient(top, rgba(219,2,9,1) 0%, rgba(171,31,36,1) 100%);
	background: linear-gradient(to bottom, rgba(219,2,9,1) 0%, rgba(171,31,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0209', endColorstr='#ab1f24', GradientType=0 );
	border: 1px solid #f48029;
}
/*Estilos para imágenes del slider y otros elementos del mismo para cambiar el valor de alguna propiedad*/
.carousel-inner img {
    width: 100%;
    max-height: 350px;
  }

.carousel-indicators li {
    
    background-color: #999;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
/*Aquí terminan los estilos sobre-escritos del slider*/

/*Estilos para el buscador principal*/
.search_princ{
	margin-top: 3%;
}
.container_SearchPrinc{
	background: url("../images/back_search.png") no-repeat center bottom;
	height: 210px;
}
.elments_Search{
	clear: none;
	display: block;
	float: none;
	width: 60%;
	margin: 4.5% auto 0% auto;
	text-align: center;
}
.optionsSearch{
	clear: none;
	display: block;
	float:left;
	width:460px;
	margin-left:0px;
}
.SearchExac{
	clear: none;
	display: block;
	float:left;
	width:460px;
	margin-left:0px;
	margin-top: 2%;
	text-align: center;
}
.form-check-label.choiceSearch{
	color: #aa2024;
	font-weight: 500;
}
.form-check-label.choiceExactSearch{
	color: #333;
	font-weight: 500;
}
.input-group-btn.icon_glass{
	background-color: #656565;
	border-radius: 0px 4px 4px 0px;
}
.btn-danger {
    color: #fff;
    background-color: #aa2024;
    border-color: #aa2024;
}
.btn.btn-danger.advancedSearch{
	margin-left:5%;
	box-shadow: 0 2px 5px #333;
}

/* Inician estilos temporales */

#content {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1%;
}

#content01 {
	flex: 0.24;
	margin-right: 1.7rem;
}

#content02 {
	flex: 1;
}

.flex-content{
	display: flex;
	justify-content: space-between;
}

.fieldset-externo {
	border: 1px solid gray;
  	border-radius: 5px;
  	padding: 10px 2px 5px 10px;
  	margin-bottom: 5px;
}



.pagination a{color:#aa2024;text-decoration: underline;}
.pagination a:hover, a:focus {color:#666;text-decoration: none;}
.pagination a:visited{color:#aa2024;text-decoration: underline;}
.pagination>li.active>.page-link {
	color:#666;
	text-decoration: none;
	background-color: #FBF4F4;
	border-color: #dee2e6;
}

body{font-family: Helvetica, "Arial", "sans-serif";font-size: 1em; background-color: #FEFBF8;}
	
/* Terminan estilos temporales */



/*Aquí inician la media querie*/
@media (min-width:480px) {
.Container_languageOthers{
    width: 100%;
	margin: 0;
}
/*Contenedor del head*/
.ZoneControl-Head{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
.ZoneControl-Head .Zone_logoLeft{
    clear: none;
	display: blocK;
	float: left;
	width: 25%;
	height: auto;
	margin: 4% 12% 0px 0px;
}	
.ZoneControl-Head .Zone_tit_right{
    clear: none;
    display: block;
    float: right;
    width: 12%;
    height: auto;
    margin: 0% 0% 0px 0px;	
}
	
}


/*Aquí inician la media querie a partir de 768px para arriba*/
@media (min-width: 768px) {
.Container_languageOthers{
    width: 750px;
	margin: 0 auto;
}
/*Contenedor del head*/
.ZoneControl-Head{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}		
.ZoneControl-Head .Zone_logoLeft{
    clear: none;
	display: blocK;
	float: left;
	width: 25%;
	height: auto;
	margin: 4% 12% 0px 0px;
}
.ZoneControl-Head .Zone_tit_right{
	clear: none;
	display: block;
	float: right;
	width: 12%;
	height: auto;
	margin: 0% 0% 0px 0px;
}

	
}


/*Aquí inician la media querie a partir de 992px para arriba*/
@media (min-width: 992px) {
.Container_languageOthers{
    width: 970px;
	margin: 0 auto;
}
/*Contenedor del head*/
.ZoneControl-Head{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-left: 5%;
	padding-right: 5%;
}		
.ZoneControl-Head .Zone_logoLeft{
    clear: none;
	display: blocK;
	float: left;
	width: 25%;
	height: auto;
}
.ZoneControl-Head .Zone_tit_right{
	clear: none;
	display: block;
	float: right;
	width: 60%;
	height: auto;
	margin: 1% 0% 0px 0px;	
}
	
}

/*Aquí inician la media querie a partir de 1200px para arriba*/
@media (min-width: 1200px) {
.Container_languageOthers{
	width: 1130px;
	margin: 0 auto;
	padding: 0 1%;
}
/*Contenedor del head*/
.ZoneControl-Head{
	/*width: 1160px;*/
	position: relative;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 0px;
}	
.ZoneControl-Head .Zone_logoLeft{
    clear: none;
    display: blocK;
    float: left;
    width: 30%;
    height: auto;
    margin: 3.5% 0% 0px 0px;
}	
.ZoneControl-Head .Zone_tit_right{
	clear: none;
	display: block;
	float: right;
	width: 60%;
	height: auto;
	margin: 7% 0% 0px 0px;
}
	
}

/*Podría ser que se use este tamaño*/
@media (min-width:1920px) {
	
}





